home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 301-325 / disk_319 / cnewssrc / uupc.lzh / ReadMe next >
Text File  |  1990-02-06  |  2KB  |  43 lines

  1. Fred,
  2.  
  3.     This disk contains the source to UUPC, Version 0.1 (+) from Jeff
  4. Lydiatt with my fixes and enhancements.
  5.  
  6.     This source requires the include/ directory and the libcnews.lib
  7. library from the CNews distribution (both are included) if CNews reception
  8. is going to be used.  Also included on this disk are the sources for
  9. v[f]printf() and vsprintf(), which are required by the logging facilities
  10. of the communications software.
  11.  
  12.     The executables resulting from this distribution are:
  13.  
  14.         mailx -- mail reader/sender, news poster
  15.         uupc  -- communications software, i.e. uucico
  16.                  with built-in rnews & rmail
  17.  
  18.     The DCP software, included, is the windowing communication scheme
  19. used by UUPC.  It fully supports the 3-window sliding packet protocol
  20. implemented by the Un*x UUCP program, and contains hooks (and comments)
  21. to facilitate increasing the size of the window.
  22.  
  23. Frank "Crash" Edwards
  24. uunet!pdn!boake2!ckctpa!crash
  25.  
  26. Jan 16, 1990
  27.  
  28. PS:    At the last minute (just now, in fact :-) I copied to this
  29.     diskette my UEdit configuration, both binary and source, and
  30.     the news_lart program which is required for the UEdit News
  31.     Reader.  They are in the :U directory.
  32.  
  33.     I also added the v[fs]printf.c routines to this disk.  And a
  34.     patched version of heapmem.o (for Manx) is included.  I've added
  35.     a FILENOTE which says where heapmem.o was patched.  Basically,
  36.     realloc() was pushing a longword (32 bits) for memset() when it
  37.     should have been a word (16 bits).
  38.  
  39. FNF    Because the heapmem.o file is from the Manx C compiler, I had to
  40. NOTE:    remove it from this distribution.  The filenote    refered to above
  41.     was "Patched: realloc+82 move.w -2(a5),-(a7) & +100 lea $A(a7),a7"
  42.     Sorry for any inconvenience.
  43.